vulkancontext: fix typos in documentation
authorAbderrahim Kitouni <akitouni@gnome.org>
Sat, 17 Nov 2018 18:35:47 +0000 (19:35 +0100)
committerAbderrahim Kitouni <akitouni@gnome.org>
Sat, 17 Nov 2018 18:35:47 +0000 (19:35 +0100)
gdk/gdkvulkancontext.c

index f93997c23e6c1828a911c72b6749dbe8e6585c48..3aebd5717d2c0c72a57957ceaa012ff80a3419f0 100644 (file)
@@ -711,7 +711,7 @@ gdk_vulkan_context_get_image (GdkVulkanContext *context,
  *
  * Gets the index of the image that is currently being drawn.
  *
- * This function can only be used between gdk_cairo_context_begin_frame() and
+ * This function can only be used between gdk_draw_context_begin_frame() and
  * gdk_draw_context_end_frame() calls.
  *
  * Returns: the index of the images that is being drawn
@@ -734,7 +734,7 @@ gdk_vulkan_context_get_draw_index (GdkVulkanContext *context)
  * Gets the Vulkan semaphore that protects access to the image that is
  * currently being drawn.
  *
- * This function can only be used between gdk_cairo_context_begin_frame() and
+ * This function can only be used between gdk_draw_context_begin_frame() and
  * gdk_draw_context_end_frame() calls.
  *
  * Returns: (transfer none): the VkSemaphore